home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 9 / The PC-SIG Library on CD ROM - Ninth Edition.iso / 801_900 / DISK0857 / DISK0857.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1988-06-14  |  465b  |  27 lines

  1. echo off
  2. c:
  3. cd\
  4. md ledgerx
  5. cd\ledgerx
  6. copy a:ledger_x.arc c:
  7. copy a:pkxarc.com c:
  8. copy a:manual.bat c:
  9. pkxarc ledger_x
  10. cls
  11. echo.
  12. echo.    Installation Complete!
  13. echo.
  14. echo.    If you wish to print the manual for Ledger Express at this time,
  15. echo.    type:
  16. echo.
  17. echo.              MANUAL (press enter)
  18. echo.
  19. rem
  20. rem PC-SIG
  21. rem 1030D E Duane Avenue
  22. rem Sunnyvale Ca. 94086
  23. rem (408) 730-9291
  24. rem (c) Copyright 1988 PC-SIG Inc.
  25. rem
  26. echo on
  27.